home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 68 / MacAddict_068_2002_04.iso / Software / Productivity / AccountEdge 2 Trial.exe / AccountEdge.rsrc / TEXT_1001_Eudora Attachment Email Script.txt < prev    next >
Text File  |  2000-11-14  |  289b  |  9 lines

  1. tell application "TARGET_TAG"
  2. make message at end of mailbox "out" of mail folder ""
  3. set field "to" of message 0 to "^0"
  4. set field "subject" of message 0 to "^1"
  5. set field "" of message 0 to "^2"
  6. set theName to "^3"
  7. attach to message 0 documents {theName as alias}
  8. queue message 0
  9. end tell